From: Leopold Palomo Date: Fri, 4 Apr 2014 10:50:32 +0000 (+0200) Subject: Changing cmake options X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~306 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=4ccc6e0922c0f1f67c7c947ab68251a2ca739ae3;p=pcl.git Changing cmake options --- diff --git a/debian/rules b/debian/rules index 411cbba9..613a60b7 100755 --- a/debian/rules +++ b/debian/rules @@ -27,14 +27,16 @@ override_dh_auto_configure: -DBUILD_kdtree=ON -DBUILD_keypoints=ON -DBUILD_octree=ON \ -DBUILD_registration=ON -DBUILD_sample_consensus=ON \ -DBUILD_search=ON -DBUILD_segmentation=ON -DBUILD_surface=ON \ - -DBUILD_tools=ON -DBUILD_tracking=ON -DBUILD_visualization=ON + -DBUILD_tools=ON -DBUILD_tracking=ON -DBUILD_visualization=ON \ + -DBUILD_app_cloud_composer=ON -DBUILD_app_modeler=ON \ + -DBUILD_app_point_cloud_editor=ON override_dh_auto_build: dh_auto_build -- # Compile the software. dh_auto_build -- doc # Generate Doxygen HTML documentation. override_dh_strip: - dh_strip -a --dbg-package=libpcl1.6-dbg + dh_strip -a --dbg-package=libpcl1.7-dbg %: dh $@ --parallel --with pkgkde-symbolshelper